home *** CD-ROM | disk | FTP | other *** search
- .key vol
- df0:c/if eq "<vol>" ""
- df0:c/echo "You MUST specify a device name!... Installation aborted."
- skip end
- endif
- Df0:c/if not exists Df0:Alter-Image
- Df0:c/echo "Cannot find Alter-Image in Df0:... install aborted."
- Df0:c/echo "Please insert Alter-Image in DF0: and re-boot."
- Df0:c/echo ""
- Df0:c/skip end
- endif
- Df0:c/if not exists "<vol>"
- Df0:c/echo "Your system cannot find <vol>... install aborted."
- Df0:c/echo "Please insert Alter-Image in DF0: and re-boot."
- Df0:c/echo "Please be sure to type a valid device name."
- Df0:c/echo ""
- Df0:c/skip end
- endif
- Df0:c/echo "Installing Alter-Image on <vol>..."
-
- Df0:c/ask "Are you sure?"
- Df0:c/if not warn
- Df0:c/echo "Thank you for using Commodore floppies!"
- Df0:c/skip end
- endif
-
- Df0:c/if not exists "<vol>Alter-Image"
- Df0:c/makedir "<vol>Alter-Image"
- Df0:c/copy df0:s/dir.info "<vol>Alter-Image.info"
- endif
-
- Df0:c/if not exists "<vol>Alter-Image/PIC"
- Df0:c/makedir "<vol>Alter-Image/PIC"
- endif
-
- Df0:c/if not exists "<vol>Alter-Image/C"
- Df0:c/makedir "<vol>Alter-Image/C"
- endif
-
- Df0:c/if not exists "<vol>Alter-Image/Alter_Fonts"
- Df0:c/makedir "<vol>Alter-Image/Alter_Fonts"
- endif
- Df0:c/copy df0:FONTS Fonts: all
- Df0:c/copy df0:C/OnlyScroll.Seg <vol>Alter-Image/c
- Df0:c/copy df0:C/OnlyCrawl.Tsk <vol>Alter-Image/c
- Df0:c/copy df0:C/Genlock_Control <vol>Alter-Image/c
- Df0:c/copy df0:PIC "<vol>Alter-Image/PIC" ALL
- Df0:c/copy df0:Alter-Image "<vol>Alter-Image/Alter-Image"
- Df0:c/copy df0:Alter-Image.info "<vol>Alter-Image/Alter-Image.info"
- Df0:c/copy df0:Alter_Fonts "<vol>Alter-Image/Alter_Fonts" ALL
-
- Df0:c/echo " "
- Df0:c/echo "Alter-Image has been succesfully installed on <vol>."
- df0:c/echo "To run Alter-Image now, please re-boot from your"
- Df0:c/echo "normal boot diskette."
- Df0:c/echo " "
- Df0:c/echo "Please make sure to add the following lines to your"
- Df0:c/echo "Startup-Sequence:"
- Df0:c/echo " "
- Df0:c/echo " Assign PIC: <vol>Alter-Image/PIC"
- Df0:c/echo " Assign AlterImage: <vol>Alter-Image"
- Df0:c/echo " "
- Df0:c/echo "To END the Installation, please type 'ENDCLI'"
- lab end
- ;df0:c/echo " "
-